home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 95 API Bible
/
Windows 95 API Bible 3 Disc Set.iso
/
Win32 API Bible Book 1 of 3
/
CHAPTE30
/
MYDLL.DEF
< prev
next >
Wrap
Text File
|
1996-01-02
|
219b
|
11 lines
; MyDLL.def : Declares the module parameters for the DLL.
LIBRARY "MYDLL"
DESCRIPTION 'MYDLL Windows Dynamic Link Library'
SECTIONS
.GLOBALS READ WRITE SHARED
EXPORTS
;Explicit exports go here